3.17 \(\int (c \cot (a+b x))^{4/3} \, dx\)

Optimal. Leaf size=242 \[ -\frac {\sqrt {3} c^{4/3} \log \left (-\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}+c^{2/3}\right )}{4 b}+\frac {\sqrt {3} c^{4/3} \log \left (\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}+c^{2/3}\right )}{4 b}+\frac {c^{4/3} \tan ^{-1}\left (\frac {\sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{b}-\frac {c^{4/3} \tan ^{-1}\left (\sqrt {3}-\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{2 b}+\frac {c^{4/3} \tan ^{-1}\left (\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}+\sqrt {3}\right )}{2 b}-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b} \]

[Out]

c^(4/3)*arctan((c*cot(b*x+a))^(1/3)/c^(1/3))/b+1/2*c^(4/3)*arctan(2*(c*cot(b*x+a))^(1/3)/c^(1/3)-3^(1/2))/b+1/
2*c^(4/3)*arctan(2*(c*cot(b*x+a))^(1/3)/c^(1/3)+3^(1/2))/b-3*c*(c*cot(b*x+a))^(1/3)/b-1/4*c^(4/3)*ln(c^(2/3)+(
c*cot(b*x+a))^(2/3)-c^(1/3)*(c*cot(b*x+a))^(1/3)*3^(1/2))*3^(1/2)/b+1/4*c^(4/3)*ln(c^(2/3)+(c*cot(b*x+a))^(2/3
)+c^(1/3)*(c*cot(b*x+a))^(1/3)*3^(1/2))*3^(1/2)/b

________________________________________________________________________________________

Rubi [A]  time = 0.47, antiderivative size = 242, normalized size of antiderivative = 1.00, number of steps used = 13, number of rules used = 9, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.750, Rules used = {3473, 3476, 329, 209, 634, 618, 204, 628, 203} \[ -\frac {\sqrt {3} c^{4/3} \log \left (-\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}+c^{2/3}\right )}{4 b}+\frac {\sqrt {3} c^{4/3} \log \left (\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}+c^{2/3}\right )}{4 b}+\frac {c^{4/3} \tan ^{-1}\left (\frac {\sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{b}-\frac {c^{4/3} \tan ^{-1}\left (\sqrt {3}-\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{2 b}+\frac {c^{4/3} \tan ^{-1}\left (\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}+\sqrt {3}\right )}{2 b}-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b} \]

Antiderivative was successfully verified.

[In]

Int[(c*Cot[a + b*x])^(4/3),x]

[Out]

(c^(4/3)*ArcTan[(c*Cot[a + b*x])^(1/3)/c^(1/3)])/b - (c^(4/3)*ArcTan[Sqrt[3] - (2*(c*Cot[a + b*x])^(1/3))/c^(1
/3)])/(2*b) + (c^(4/3)*ArcTan[Sqrt[3] + (2*(c*Cot[a + b*x])^(1/3))/c^(1/3)])/(2*b) - (3*c*(c*Cot[a + b*x])^(1/
3))/b - (Sqrt[3]*c^(4/3)*Log[c^(2/3) - Sqrt[3]*c^(1/3)*(c*Cot[a + b*x])^(1/3) + (c*Cot[a + b*x])^(2/3)])/(4*b)
 + (Sqrt[3]*c^(4/3)*Log[c^(2/3) + Sqrt[3]*c^(1/3)*(c*Cot[a + b*x])^(1/3) + (c*Cot[a + b*x])^(2/3)])/(4*b)

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 209

Int[((a_) + (b_.)*(x_)^(n_))^(-1), x_Symbol] :> Module[{r = Numerator[Rt[a/b, n]], s = Denominator[Rt[a/b, n]]
, k, u, v}, Simp[u = Int[(r - s*Cos[((2*k - 1)*Pi)/n]*x)/(r^2 - 2*r*s*Cos[((2*k - 1)*Pi)/n]*x + s^2*x^2), x] +
 Int[(r + s*Cos[((2*k - 1)*Pi)/n]*x)/(r^2 + 2*r*s*Cos[((2*k - 1)*Pi)/n]*x + s^2*x^2), x]; (2*r^2*Int[1/(r^2 +
s^2*x^2), x])/(a*n) + Dist[(2*r)/(a*n), Sum[u, {k, 1, (n - 2)/4}], x], x]] /; FreeQ[{a, b}, x] && IGtQ[(n - 2)
/4, 0] && PosQ[a/b]

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 3473

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(b*Tan[c + d*x])^(n - 1))/(d*(n - 1)), x] - Dis
t[b^2, Int[(b*Tan[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1]

Rule 3476

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[b/d, Subst[Int[x^n/(b^2 + x^2), x], x, b*Tan[c + d
*x]], x] /; FreeQ[{b, c, d, n}, x] &&  !IntegerQ[n]

Rubi steps

\begin {align*} \int (c \cot (a+b x))^{4/3} \, dx &=-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}-c^2 \int \frac {1}{(c \cot (a+b x))^{2/3}} \, dx\\ &=-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}+\frac {c^3 \operatorname {Subst}\left (\int \frac {1}{x^{2/3} \left (c^2+x^2\right )} \, dx,x,c \cot (a+b x)\right )}{b}\\ &=-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}+\frac {\left (3 c^3\right ) \operatorname {Subst}\left (\int \frac {1}{c^2+x^6} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{b}\\ &=-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}+\frac {c^{4/3} \operatorname {Subst}\left (\int \frac {\sqrt [3]{c}-\frac {\sqrt {3} x}{2}}{c^{2/3}-\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{b}+\frac {c^{4/3} \operatorname {Subst}\left (\int \frac {\sqrt [3]{c}+\frac {\sqrt {3} x}{2}}{c^{2/3}+\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{b}+\frac {c^{5/3} \operatorname {Subst}\left (\int \frac {1}{c^{2/3}+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{b}\\ &=\frac {c^{4/3} \tan ^{-1}\left (\frac {\sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{b}-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}-\frac {\left (\sqrt {3} c^{4/3}\right ) \operatorname {Subst}\left (\int \frac {-\sqrt {3} \sqrt [3]{c}+2 x}{c^{2/3}-\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{4 b}+\frac {\left (\sqrt {3} c^{4/3}\right ) \operatorname {Subst}\left (\int \frac {\sqrt {3} \sqrt [3]{c}+2 x}{c^{2/3}+\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{4 b}+\frac {c^{5/3} \operatorname {Subst}\left (\int \frac {1}{c^{2/3}-\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{4 b}+\frac {c^{5/3} \operatorname {Subst}\left (\int \frac {1}{c^{2/3}+\sqrt {3} \sqrt [3]{c} x+x^2} \, dx,x,\sqrt [3]{c \cot (a+b x)}\right )}{4 b}\\ &=\frac {c^{4/3} \tan ^{-1}\left (\frac {\sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{b}-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}-\frac {\sqrt {3} c^{4/3} \log \left (c^{2/3}-\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}\right )}{4 b}+\frac {\sqrt {3} c^{4/3} \log \left (c^{2/3}+\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}\right )}{4 b}+\frac {c^{4/3} \operatorname {Subst}\left (\int \frac {1}{-\frac {1}{3}-x^2} \, dx,x,1-\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt {3} \sqrt [3]{c}}\right )}{2 \sqrt {3} b}-\frac {c^{4/3} \operatorname {Subst}\left (\int \frac {1}{-\frac {1}{3}-x^2} \, dx,x,1+\frac {2 \sqrt [3]{c \cot (a+b x)}}{\sqrt {3} \sqrt [3]{c}}\right )}{2 \sqrt {3} b}\\ &=\frac {c^{4/3} \tan ^{-1}\left (\frac {\sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )}{b}-\frac {c^{4/3} \tan ^{-1}\left (\frac {1}{3} \left (3 \sqrt {3}-\frac {6 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )\right )}{2 b}+\frac {c^{4/3} \tan ^{-1}\left (\frac {1}{3} \left (3 \sqrt {3}+\frac {6 \sqrt [3]{c \cot (a+b x)}}{\sqrt [3]{c}}\right )\right )}{2 b}-\frac {3 c \sqrt [3]{c \cot (a+b x)}}{b}-\frac {\sqrt {3} c^{4/3} \log \left (c^{2/3}-\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}\right )}{4 b}+\frac {\sqrt {3} c^{4/3} \log \left (c^{2/3}+\sqrt {3} \sqrt [3]{c} \sqrt [3]{c \cot (a+b x)}+(c \cot (a+b x))^{2/3}\right )}{4 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.03, size = 38, normalized size = 0.16 \[ \frac {3 c \sqrt [3]{c \cot (a+b x)} \left (\, _2F_1\left (\frac {1}{6},1;\frac {7}{6};-\cot ^2(a+b x)\right )-1\right )}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[(c*Cot[a + b*x])^(4/3),x]

[Out]

(3*c*(c*Cot[a + b*x])^(1/3)*(-1 + Hypergeometric2F1[1/6, 1, 7/6, -Cot[a + b*x]^2]))/b

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cot(b*x+a))^(4/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   catdef: division by zero

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (c \cot \left (b x + a\right )\right )^{\frac {4}{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cot(b*x+a))^(4/3),x, algorithm="giac")

[Out]

integrate((c*cot(b*x + a))^(4/3), x)

________________________________________________________________________________________

maple [A]  time = 0.53, size = 214, normalized size = 0.88 \[ -\frac {3 c \left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}}{b}-\frac {c \sqrt {3}\, \left (c^{2}\right )^{\frac {1}{6}} \ln \left (\left (c \cot \left (b x +a \right )\right )^{\frac {2}{3}}-\sqrt {3}\, \left (c^{2}\right )^{\frac {1}{6}} \left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}+\left (c^{2}\right )^{\frac {1}{3}}\right )}{4 b}+\frac {c \left (c^{2}\right )^{\frac {1}{6}} \arctan \left (\frac {2 \left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}}{\left (c^{2}\right )^{\frac {1}{6}}}-\sqrt {3}\right )}{2 b}+\frac {c \left (c^{2}\right )^{\frac {1}{6}} \arctan \left (\frac {\left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}}{\left (c^{2}\right )^{\frac {1}{6}}}\right )}{b}+\frac {c \sqrt {3}\, \left (c^{2}\right )^{\frac {1}{6}} \ln \left (\left (c \cot \left (b x +a \right )\right )^{\frac {2}{3}}+\sqrt {3}\, \left (c^{2}\right )^{\frac {1}{6}} \left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}+\left (c^{2}\right )^{\frac {1}{3}}\right )}{4 b}+\frac {c \left (c^{2}\right )^{\frac {1}{6}} \arctan \left (\frac {2 \left (c \cot \left (b x +a \right )\right )^{\frac {1}{3}}}{\left (c^{2}\right )^{\frac {1}{6}}}+\sqrt {3}\right )}{2 b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cot(b*x+a))^(4/3),x)

[Out]

-3*c*(c*cot(b*x+a))^(1/3)/b-1/4/b*c*3^(1/2)*(c^2)^(1/6)*ln((c*cot(b*x+a))^(2/3)-3^(1/2)*(c^2)^(1/6)*(c*cot(b*x
+a))^(1/3)+(c^2)^(1/3))+1/2/b*c*(c^2)^(1/6)*arctan(2*(c*cot(b*x+a))^(1/3)/(c^2)^(1/6)-3^(1/2))+1/b*c*(c^2)^(1/
6)*arctan((c*cot(b*x+a))^(1/3)/(c^2)^(1/6))+1/4/b*c*3^(1/2)*(c^2)^(1/6)*ln((c*cot(b*x+a))^(2/3)+3^(1/2)*(c^2)^
(1/6)*(c*cot(b*x+a))^(1/3)+(c^2)^(1/3))+1/2/b*c*(c^2)^(1/6)*arctan(2*(c*cot(b*x+a))^(1/3)/(c^2)^(1/6)+3^(1/2))

________________________________________________________________________________________

maxima [A]  time = 0.50, size = 196, normalized size = 0.81 \[ \frac {{\left (\sqrt {3} c^{\frac {1}{3}} \log \left (\sqrt {3} c^{\frac {1}{3}} \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}} + c^{\frac {2}{3}} + \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {2}{3}}\right ) - \sqrt {3} c^{\frac {1}{3}} \log \left (-\sqrt {3} c^{\frac {1}{3}} \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}} + c^{\frac {2}{3}} + \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {2}{3}}\right ) + 2 \, c^{\frac {1}{3}} \arctan \left (\frac {\sqrt {3} c^{\frac {1}{3}} + 2 \, \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}}}{c^{\frac {1}{3}}}\right ) + 2 \, c^{\frac {1}{3}} \arctan \left (-\frac {\sqrt {3} c^{\frac {1}{3}} - 2 \, \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}}}{c^{\frac {1}{3}}}\right ) + 4 \, c^{\frac {1}{3}} \arctan \left (\frac {\left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}}}{c^{\frac {1}{3}}}\right ) - 12 \, \left (\frac {c}{\tan \left (b x + a\right )}\right )^{\frac {1}{3}}\right )} c}{4 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cot(b*x+a))^(4/3),x, algorithm="maxima")

[Out]

1/4*(sqrt(3)*c^(1/3)*log(sqrt(3)*c^(1/3)*(c/tan(b*x + a))^(1/3) + c^(2/3) + (c/tan(b*x + a))^(2/3)) - sqrt(3)*
c^(1/3)*log(-sqrt(3)*c^(1/3)*(c/tan(b*x + a))^(1/3) + c^(2/3) + (c/tan(b*x + a))^(2/3)) + 2*c^(1/3)*arctan((sq
rt(3)*c^(1/3) + 2*(c/tan(b*x + a))^(1/3))/c^(1/3)) + 2*c^(1/3)*arctan(-(sqrt(3)*c^(1/3) - 2*(c/tan(b*x + a))^(
1/3))/c^(1/3)) + 4*c^(1/3)*arctan((c/tan(b*x + a))^(1/3)/c^(1/3)) - 12*(c/tan(b*x + a))^(1/3))*c/b

________________________________________________________________________________________

mupad [B]  time = 0.63, size = 246, normalized size = 1.02 \[ -\frac {3\,c\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}}{b}+\frac {{\left (-1\right )}^{1/6}\,c^{4/3}\,\mathrm {atan}\left (\frac {{\left (-1\right )}^{5/6}\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}\,1{}\mathrm {i}}{c^{1/3}}\right )\,1{}\mathrm {i}}{b}-\frac {{\left (-1\right )}^{1/6}\,c^{4/3}\,\ln \left ({\left (-1\right )}^{1/6}\,c^{1/3}-2\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}+{\left (-1\right )}^{2/3}\,\sqrt {3}\,c^{1/3}\right )\,\left (\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )}{2\,b}-\frac {{\left (-1\right )}^{1/6}\,c^{4/3}\,\ln \left (2\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}+{\left (-1\right )}^{1/6}\,c^{1/3}-{\left (-1\right )}^{2/3}\,\sqrt {3}\,c^{1/3}\right )\,\left (-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )}{2\,b}+\frac {{\left (-1\right )}^{1/6}\,c^{4/3}\,\ln \left (2\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}+{\left (-1\right )}^{1/6}\,c^{1/3}+{\left (-1\right )}^{2/3}\,\sqrt {3}\,c^{1/3}\right )\,\left (\frac {1}{4}+\frac {\sqrt {3}\,1{}\mathrm {i}}{4}\right )}{b}+\frac {{\left (-1\right )}^{1/6}\,c^{4/3}\,\ln \left (2\,{\left (c\,\mathrm {cot}\left (a+b\,x\right )\right )}^{1/3}-{\left (-1\right )}^{1/6}\,c^{1/3}+{\left (-1\right )}^{2/3}\,\sqrt {3}\,c^{1/3}\right )\,\left (-\frac {1}{4}+\frac {\sqrt {3}\,1{}\mathrm {i}}{4}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cot(a + b*x))^(4/3),x)

[Out]

((-1)^(1/6)*c^(4/3)*atan(((-1)^(5/6)*(c*cot(a + b*x))^(1/3)*1i)/c^(1/3))*1i)/b - (3*c*(c*cot(a + b*x))^(1/3))/
b - ((-1)^(1/6)*c^(4/3)*log((-1)^(1/6)*c^(1/3) - 2*(c*cot(a + b*x))^(1/3) + (-1)^(2/3)*3^(1/2)*c^(1/3))*((3^(1
/2)*1i)/2 + 1/2))/(2*b) - ((-1)^(1/6)*c^(4/3)*log(2*(c*cot(a + b*x))^(1/3) + (-1)^(1/6)*c^(1/3) - (-1)^(2/3)*3
^(1/2)*c^(1/3))*((3^(1/2)*1i)/2 - 1/2))/(2*b) + ((-1)^(1/6)*c^(4/3)*log(2*(c*cot(a + b*x))^(1/3) + (-1)^(1/6)*
c^(1/3) + (-1)^(2/3)*3^(1/2)*c^(1/3))*((3^(1/2)*1i)/4 + 1/4))/b + ((-1)^(1/6)*c^(4/3)*log(2*(c*cot(a + b*x))^(
1/3) - (-1)^(1/6)*c^(1/3) + (-1)^(2/3)*3^(1/2)*c^(1/3))*((3^(1/2)*1i)/4 - 1/4))/b

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (c \cot {\left (a + b x \right )}\right )^{\frac {4}{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cot(b*x+a))**(4/3),x)

[Out]

Integral((c*cot(a + b*x))**(4/3), x)

________________________________________________________________________________________